home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Service / Basissoftware / CDIconKiller 1.3.4 folder / CDIconKiller Docs < prev   
Text File  |  1995-11-14  |  2KB  |  34 lines

  1. CDIconKiller
  2. ============
  3. © 1994, 1995 Quinn & Peter N Lewis, Fabrizio Oddone
  4. Quinn <quinn@quinn.echidna.id.au>
  5. Peter N Lewis
  6. Fabrizio Oddone <fab@kagi.com> <— send bug reports here!
  7.  
  8. To suppress custom icons on CD-ROMs, floppy disks and networked disks install this extension.
  9. This tends to speed up the Finder by a factor of about a zillion.
  10. To temporarily show the custom icons, hold down the Command () key when opening a folder.
  11.  
  12. Suppose you want the extension to be inactive (show all icons) except when you hold down the Command () key. Open the INIT resource with ResEdit and change “662C” to “672C”.
  13.  
  14. Caveats
  15. -------
  16. Works “as is” with Apple’s CD-ROM driver, floppies and networked disks.
  17. To let it work with non-Apple’s CD-ROM drivers (or other drivers), modify the resource 'STR#' with ID=128 to include your driver name.
  18. Q.: HELP! What’s my driver name? I couldn’t find it on my passport!
  19. A. #1: open the control panel or extension containing the driver with ResEdit, open the 'DRVR' resource type, get info, copy the driver name into the 'STR#' 128 in CDIconKiller. This is not guaranteed to work, since someone might use a nonstandard way to install a driver.
  20. A. #2: (for Power Users) drop into Macsbug, type 'drvr', select the right driver, go to ResEdit as before.
  21.  
  22. Warning: This program was (originally) written in 4 hours.
  23.  
  24. Version History
  25. ---------------
  26. 1.3.4: Adapted to CodeWarrior 7 (no code changes). Updated the docs.
  27. 1.3.3: Fixes a small bug that could prevent the Command-key shortcut from working (thanks to Patrick Dyson for having pointed this out). Asm source is back! (I forgot, sorry…)
  28. 1.3.2: now works with Apple PowerCDs. No code changes.
  29. 1.3.1: was considering only the first string in the STR# resource: fixed.
  30. 1.3: should be async-calls compatible; you may specify more than one driver (currently considers the first fifteen strings in the resource; enough?).
  31. 1.2: now always loads the patch at startup: can load before your CD driver, works with LoadADrive by Dieter Spaar <spaar@mirider.abg.sub.org>.
  32. 1.1.1: added the 'sysz' resource, the  key shortcut, fixed the misaligned icon at startup (suggested by Masatsugu Nagata), better TrapAvailable (written by Stefan Kurth).
  33. 1.1: bug fixes, CD driver string in resource (suggested by Quinn), asm tweaks etc. by Fabrizio Oddone
  34. 1.0: 05:30 18 June 1994 Original Release by Quinn & Peter N Lewis